BigDFT package
Subpackages
- BigDFT.Database package
- BigDFT.Interop package
- Submodules
- BigDFT.Interop.ASEInterop module
- BigDFT.Interop.BabelInterop module
- BigDFT.Interop.DFTBInterop module
- BigDFT.Interop.DNAviewerInterop module
- BigDFT.Interop.DispersionInterop module
- BigDFT.Interop.GenesisInterop module
- BigDFT.Interop.MRChemInterop module
- BigDFT.Interop.NWChemInterop module
- BigDFT.Interop.OpenMMInterop module
- BigDFT.Interop.PSI4Interop module
- BigDFT.Interop.PolarisInterop module
- BigDFT.Interop.RDKitInterop module
- BigDFT.Interop.RemoteManagerInterop module
- BigDFT.Interop.XTBInterop module
- Module contents
- Submodules
- BigDFT.scripts package
Submodules
- BigDFT.Atoms module
- BigDFT.BZ module
- BigDFT.BioQM module
- BigDFT.CDFT module
- BigDFT.Calculators module
- BigDFT.Datasets module
- BigDFT.DoS module
- BigDFT.Fragments module
- BigDFT.IO module
- BigDFT.InputActions module
- BigDFT.Inputfiles module
- BigDFT.LRTDDFT module
- BigDFT.LogUtils module
- BigDFT.Logfiles module
- BigDFT.PDoS module
- BigDFT.PointParticles module
- BigDFT.PostProcessing module
- BigDFT.Spillage module
- BigDFT.Stats module
- BigDFT.Systems module
- BigDFT.TB module
- BigDFT.UnitCells module
- BigDFT.Visualization module
- BigDFT.check_examples module
- BigDFT.wahba module
Module contents
- InputActions
Actions to define on the Input parameters.
This module defines some of the most common actions that a BigDFT user might like to perform on the input file. Such module therefore sets some of the keys of the input dictionary to the values needed to perform the operations. Users might also inspire to the actions performed in order to customize the runs in a different way. All the functions of this module have as first argument
inp
, the dictionary of the input parameters.Many other actions are available in BigDFT code. This module only regroups the most common. Any of these functionalities might be removed from the input file by the
remove()
function.Note
Any of the action of this module, including the
remove()
function, can be also applied to an instance of theBigDFT.Inputfiles.Inputfile
class, by removing the first argument (inp
). This adds extra flexibility as the same method may be used to a dictionary instance or to a BigDFT input files. See the example Example.We now list the available methods, in order of category.
Note
Each of the actions here must have default value for the arguments (except the input dictionary
inp
). This is needed for a good behaviour of the function remove.We list here the extended documentation in alphabetic order.